/*  cstdarg.h

    Standard C header file wrapper for stdarg.h
*/

/*
 *      C/C++ Run Time Library - Version 24.0
 *
 *      Copyright (c) 1997, 2016 by Embarcadero Technologies, Inc.
 *      All Rights Reserved.
 *
 */

/* $Revision: 23293 $ */

#define  __USING_CNAME__
#include <stdarg.h>
#undef   __USING_CNAME__
